This patch removes the ignored "Unconditional I/O exiting" setting in VMCS for
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 14 Apr 2006 13:33:53 +0000 (14:33 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 14 Apr 2006 13:33:53 +0000 (14:33 +0100)
the vmx guest since "Use I/O bitmaps" setting is being used.

Signed-off-by: Himanshu Raj <rhim.list@nosuchaddr.com>
xen/include/asm-x86/hvm/vmx/vmx.h

index 3c34cdf8acc47797de315ddcf91041fa819b4bc0..864b393e9d0f08a511b8b3ee83553f4e0ac29402 100644 (file)
@@ -61,8 +61,7 @@ extern unsigned int cpu_rev;
     CPU_BASED_MWAIT_EXITING | \
     CPU_BASED_MOV_DR_EXITING | \
     CPU_BASED_ACTIVATE_IO_BITMAP | \
-    CPU_BASED_USE_TSC_OFFSETING  | \
-    CPU_BASED_UNCOND_IO_EXITING \
+    CPU_BASED_USE_TSC_OFFSETING  \
     )
 
 #define MONITOR_CPU_BASED_EXEC_CONTROLS_IA32E_MODE \